Click or drag to resize

FlagIcon Enumeration

Represents flag color.

Namespace:  Independentsoft.Msg
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum FlagIcon
Members
  Member nameValueDescription
Purple1 Purple color. Value is 1.
Orange2 Orange color. Value is 2.
Green3 Green color. Value is 3.
Yellow4 Yellow color. Value is 4.
Blue5 Blue color. Value is 5.
Red6 Red color. Value is 6.
None0 None. Value is 0.
See Also